home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Business, Office & Collaboration / VirtualBox 2.0.6 / VirtualBox-2.0.6-39760-Win_x86.msi / vboxdrvinf < prev    next >
Windows Setup INFormation  |  2008-11-21  |  2KB  |  73 lines

  1. ;
  2. ; VBox host drivers - Ring-0 support drivers - Win32 host
  3. ;
  4. ; INF file for installing the Win32 driver
  5. ;
  6. ; Copyright (C) 2006-2007 Sun Microsystems, Inc.
  7. ;
  8. ; This file is part of VirtualBox Open Source Edition (OSE), as
  9. ; available from http://www.virtualbox.org. This file is free software;
  10. ; you can redistribute it and/or modify it under the terms of the GNU
  11. ; General Public License (GPL) as published by the Free Software
  12. ; Foundation, in version 2 as it comes in the "COPYING" file of the
  13. ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
  14. ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
  15. ;
  16. ; The contents of this file may alternatively be used under the terms
  17. ; of the Common Development and Distribution License Version 1.0
  18. ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
  19. ; VirtualBox OSE distribution, in which case the provisions of the
  20. ; CDDL are applicable instead of those of the GPL.
  21. ;
  22. ; You may elect to license modified versions of this file under the
  23. ; terms and conditions of either the GPL or the CDDL or both.
  24. ;
  25. ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
  26. ; Clara, CA 95054 USA or visit http://www.sun.com if you need
  27. ; additional information or have any questions.
  28. ;
  29.  
  30. [Version]
  31. Signature="$Windows NT$"
  32. Class=System
  33. ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
  34. Provider=%SUN%
  35. DriverVer = 11/21/2008,2.0.6
  36. DriverPackageType=KernelService
  37. CatalogFile=VBoxDrv.cat
  38.  
  39. [DestinationDirs]
  40. DefaultDestDir = 12
  41.  
  42. [DefaultInstall]
  43. CopyFiles=VBoxDrv.CopyFiles
  44.  
  45. [DefaultInstall.Services]
  46. AddService=VBoxDrv,0x00000002,VBoxDrv_Service
  47.  
  48. [Manufacturer]
  49. %SUN%=SUN
  50.  
  51. [SourceDisksFiles]
  52. VBoxDrv.sys=1
  53.  
  54. [SourceDisksNames]
  55. 1=%DISK_NAME%,
  56.  
  57. [VBoxDrv.CopyFiles]
  58. VBoxDrv.sys
  59.  
  60. [VBoxDrv_Service]
  61. DisplayName    = %VBoxDrv.SVCDESC%
  62. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  63. ;StartType      = 3                  ; SERVICE_DEMAND_START
  64. StartType      = 1                  ; autostart to fix Vista problem
  65. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  66. ServiceBinary  = %12%\VBoxDrv.sys
  67.  
  68. [Strings]
  69. SUN = "Sun Microsystems, Inc."
  70. VBoxDrv.SVCDESC = "VirtualBox Service"
  71. VBoxDrv.DRVDESC = "VirtualBox Driver"
  72. DISK_NAME = "VirtualBox Driver Installation Disk"
  73.